home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: graphics3D2d_proto.h 11.00 (10.05.98)
- **
- ** Internal 2D functions prototypes for graphics3D.library
- **
- ** (C) Copyright 97 Patrizio Biancalani
- ** All Rights Reserved.
- */
-
- struct grafica *ini_g(struct Window *win,long int mxv,long int dx,
- long int dy);
-
- void close_g(struct grafica *graf);
-
- void switch_rp(struct grafica *graf);
-
- long int clipbox(struct grafica *graf,long int minx,
- long int miny,long int dx,long int dy);
- /*
- void cls_b(struct grafica *graf,long int x0,
- long int y0,long int x1,long int y1);
- */
- void cls_f(struct ambient3d *amb3d);
-
- void over(struct grafica *graf,long int mod);
-
- void pixel( struct ambient3d *amb3d, short int x, short int y, long int col);
-
- void line( struct ambient3d *amb3d, short int x, short int y,
- short int x1, short int y1, long int col);
-
- void drw_t( struct ambient3d *amb3d, short int *buf,
- long int col, long int bordo);
-
- void drw_q( struct ambient3d *amb3d, short int *buf,
- long int col, long int bordo);
-